internal/runtime/maps.table.tombstones (method)
4 uses
internal/runtime/maps (current package)
table.go#L509: if t.tombstones()*10 < t.capacity { // 10% of capacity
table.go#L593: func (t *table) tombstones() uint16 {
table_debug.go#L72: if deleted != t.tombstones() {
table_debug.go#L73: print("invariant failed: found ", deleted, " tombstones, but expected ", t.tombstones(), "\n")
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)